Component org.nuxeo.ecm.social.workspace.event.handlers
In bundle org.nuxeo.ecm.social.workspace.core
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.social.workspace.event.handlers">
<extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent" point="event-handlers">
<handler chainId="SocialWorkspaceCreatedChain" postCommit="false">
<event>documentCreated</event>
<filters>
<doctype>SocialWorkspace</doctype>
</filters>
</handler>
</extension>
</component>